Micron Document
baubs git

Node / mirrors / respira / files / src / lib / utils.ts

Displaying Raw • Download

src/lib/utils.ts fix/state-during-render-usePatternTransform (47e32ef8) Text, 169 B

import { clsx, type ClassValue } from "clsx";
import { twMerge } from "tailwind-merge";

export function cn(...inputs: ClassValue[]) {
return twMerge(clsx(inputs));
}

Served by rngit 1.3.3 - Generated in 0.09s